body{
    background-color: deeppink;
    background: url(https://i.pinimg.com/1200x/ed/04/6a/ed046a7bcdf65feeaa1dcbd15d2b8f62.jpg) ;
    background-repeat: no-repeat;
}
h1{
    font-family: Arial, Helvetica, sans-serif;
    color: blue;
}
h2{
    font-family: 'Times New Roman', Times, serif;
    color: rgb(0, 0, 0);
}
h3{
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(255, 0, 251);
}